blob: 4525e6835415b238aba225b6349c8a4c1514a84d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- mythweb.php.orig 2011-02-01 03:33:56.000000000 +0000
+++ mythweb.php 2011-02-01 03:34:20.000000000 +0000
@@ -30,7 +30,7 @@
if (Modules::getModule($Path[0])) {
// Add the current module directory to our search path, so modules can
// define includes, etc.
- ini_set('include_path', ini_get('include_path').':'.modules_path.'/'.$Path[0]);
+ ini_set('include_path', ini_get('include_path').':'.modules.'/'.$Path[0]);
// Load the module handler
require_once 'handler.php';
}
|