Skip to content

Commit b6c8374

Browse files
committed
Fixed error in core.php file
1 parent 01f2030 commit b6c8374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/core.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private function loadConfigs()
6060
}
6161
elseif (self::$config['core']['general']['path'] == "web")
6262
{
63-
self::$config['core']['general']['path'] = self::$config['core']['path']['local'];
63+
self::$config['core']['general']['path'] = self::$config['core']['path']['web'];
6464
}
6565
else
6666
{

0 commit comments

Comments
 (0)