summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.24/mythweb/mythweb.php.patch
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2011-02-01 03:41:08 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2011-02-01 03:41:08 (GMT)
commit346120bb7c2c5b9df8ef885bf67349da9f6c6c04 (patch)
treeb80d310987e6efdf725e57aee41e620921a086ba /abs/core/mythtv/stable-0.24/mythweb/mythweb.php.patch
parent1e9d2136bc4015bbde83dddbd06420fce021e261 (diff)
downloadlinhes_pkgbuild-346120bb7c2c5b9df8ef885bf67349da9f6c6c04.zip
linhes_pkgbuild-346120bb7c2c5b9df8ef885bf67349da9f6c6c04.tar.gz
linhes_pkgbuild-346120bb7c2c5b9df8ef885bf67349da9f6c6c04.tar.bz2
mythweb: patch modules path in mythweb.php. Ref #752
Diffstat (limited to 'abs/core/mythtv/stable-0.24/mythweb/mythweb.php.patch')
-rw-r--r--abs/core/mythtv/stable-0.24/mythweb/mythweb.php.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/mythtv/stable-0.24/mythweb/mythweb.php.patch b/abs/core/mythtv/stable-0.24/mythweb/mythweb.php.patch
new file mode 100644
index 0000000..4525e68
--- /dev/null
+++ b/abs/core/mythtv/stable-0.24/mythweb/mythweb.php.patch
@@ -0,0 +1,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';
+ }