* Fixed error on upgrade handling.

This commit is contained in:
nuxsmin
2014-08-11 03:29:45 +02:00
parent d072996f91
commit 07dfdba406
2 changed files with 21 additions and 19 deletions

View File

@@ -264,7 +264,7 @@ class SP_Util
*/
public static function getVersion($retBuild = false)
{
$build = 14;
$build = 15;
$version = array(1, 1, 2);
if ($retBuild) {