From 6f74029d76084ff73e4e9303bde7fbb7886d2145 Mon Sep 17 00:00:00 2001 From: Lee <42119604+Leesneaks@users.noreply.github.com> Date: Fri, 6 Nov 2020 14:18:08 +0000 Subject: [PATCH] Update spells.php $canEdit was removed in a previous git. Removing this fixes the error. --- system/pages/spells.php | 1 - 1 file changed, 1 deletion(-) diff --git a/system/pages/spells.php b/system/pages/spells.php index 0ec277de..befed8d9 100644 --- a/system/pages/spells.php +++ b/system/pages/spells.php @@ -65,7 +65,6 @@ else { display('spells.html.twig', array( - 'canEdit' => $canEdit, 'post_vocation_id' => $vocation_id, 'post_vocation' => $vocation, 'spells' => $spells,