Skip to content

Commit

Permalink
Fixed issue: Typo in systemclass and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepone committed Jun 14, 2015
1 parent c02cf0f commit 96d6889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gleez/classes/system.php
Expand Up @@ -4,7 +4,7 @@
*
* @package Gleez\Core
* @author Gleez Team
* @version 1.6.1
* @version 1.7.0
* @copyright (c) 2011-2015 Gleez Technologies
* @license http://gleezcms.org/license Gleez CMS License
*/
Expand Down Expand Up @@ -312,7 +312,7 @@ public static function hashEquals($known_string, $user_string)
*/
public static function equalsHashes($a, $b)
{
return slef::hashEquals($a, $b);
return self::hashEquals($a, $b);
}

/**
Expand Down

0 comments on commit 96d6889

Please sign in to comment.