diff --git a/system/pages/guilds/save_ranks.php b/system/pages/guilds/save_ranks.php index 21479624..fc1ed87a 100644 --- a/system/pages/guilds/save_ranks.php +++ b/system/pages/guilds/save_ranks.php @@ -12,7 +12,7 @@ defined('MYAAC') or die('Direct access not allowed!'); $guild_name = isset($_REQUEST['guild']) ? urldecode($_REQUEST['guild']) : null; if(!Validator::guildName($guild_name)) { - $errors[] = Validator::get; + $errors[] = Validator::getLastError(); } if(empty($errors)) {