mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Update spells.php
$canEdit was removed in a previous git. Removing this fixes the error.
This commit is contained in:
parent
01e3d366ba
commit
6f74029d76
@ -65,7 +65,6 @@ else {
|
||||
<link rel="stylesheet" href="<?php echo BASE_URL; ?>tools/css/datatables.min.css">
|
||||
<?php
|
||||
$twig->display('spells.html.twig', array(
|
||||
'canEdit' => $canEdit,
|
||||
'post_vocation_id' => $vocation_id,
|
||||
'post_vocation' => $vocation,
|
||||
'spells' => $spells,
|
||||
|
Loading…
x
Reference in New Issue
Block a user