Update spells.php

$canEdit was removed in a previous git.
Removing this fixes the error.
This commit is contained in:
Lee 2020-11-06 14:18:08 +00:00
parent 01e3d366ba
commit 6f74029d76

View File

@ -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,