Skip to content

Commit 31e9d89

Browse files
committed
Fixed issue #1001
1 parent b7ed070 commit 31e9d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
/**
101101
* @const ADMIN_LTE_VERSION The AdminLTE version.
102102
*/
103-
define('ADMIN_LTE_VERSION', '2.3.6');
103+
defined('ADMIN_LTE_VERSION') || define('ADMIN_LTE_VERSION', '2.3.6');
104104

105105
/** @const COMPATIBLE_VERSION The compatible Phalcon version. */
106106
define('COMPATIBLE_VERSION', 3000040);

0 commit comments

Comments
 (0)