* moved rules to twig

* added bugtracker to kathrine template
This commit is contained in:
slawkens
2017-09-14 15:03:09 +02:00
parent 6527d21794
commit c546a46847
6 changed files with 47 additions and 50 deletions

View File

@@ -143,7 +143,7 @@ if($canEdit)
<?php
}
$vocation_id = (int) (isset($_REQUEST['vocation_id']) ? $_REQUEST['vocation_id'] : 'All');
$vocation_id = (isset($_REQUEST['vocation_id']) ? (int)$_REQUEST['vocation_id'] : 'All');
$order = 'spell';
if(isset($_GET['order']))
$order = $_GET['order'];