mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
* moved rules to twig
* added bugtracker to kathrine template
This commit is contained in:
@@ -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'];
|
||||
|
Reference in New Issue
Block a user