mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +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">
|
<link rel="stylesheet" href="<?php echo BASE_URL; ?>tools/css/datatables.min.css">
|
||||||
<?php
|
<?php
|
||||||
$twig->display('spells.html.twig', array(
|
$twig->display('spells.html.twig', array(
|
||||||
'canEdit' => $canEdit,
|
|
||||||
'post_vocation_id' => $vocation_id,
|
'post_vocation_id' => $vocation_id,
|
||||||
'post_vocation' => $vocation,
|
'post_vocation' => $vocation,
|
||||||
'spells' => $spells,
|
'spells' => $spells,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user