summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.25/mythweb/mythweb.php.patch
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2012-04-15 22:44:44 (GMT)
committerCecil <knoppmyth@gmail.com>2012-04-15 22:44:44 (GMT)
commit72094a3b732f1d00090d8f59e90f73d2ae5f7225 (patch)
treebc2e5eaaca3104d826f065d6e3fe9300c866e1a5 /abs/core/mythtv/stable-0.25/mythweb/mythweb.php.patch
parent5599545a3f8f609b3abf0f9cc606f9d4b584ebb3 (diff)
parent294a757e2774990e7a788d6437089e730118b5d1 (diff)
downloadlinhes_pkgbuild-72094a3b732f1d00090d8f59e90f73d2ae5f7225.zip
linhes_pkgbuild-72094a3b732f1d00090d8f59e90f73d2ae5f7225.tar.gz
linhes_pkgbuild-72094a3b732f1d00090d8f59e90f73d2ae5f7225.tar.bz2
Merge branch 'testing' of git@linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/mythtv/stable-0.25/mythweb/mythweb.php.patch')
-rw-r--r--abs/core/mythtv/stable-0.25/mythweb/mythweb.php.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/mythtv/stable-0.25/mythweb/mythweb.php.patch b/abs/core/mythtv/stable-0.25/mythweb/mythweb.php.patch
new file mode 100644
index 0000000..4525e68
--- /dev/null
+++ b/abs/core/mythtv/stable-0.25/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';
+ }