summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.25/mythtv/MythBase.php.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mythtv/stable-0.25/mythtv/MythBase.php.patch')
-rw-r--r--abs/core/mythtv/stable-0.25/mythtv/MythBase.php.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/abs/core/mythtv/stable-0.25/mythtv/MythBase.php.patch b/abs/core/mythtv/stable-0.25/mythtv/MythBase.php.patch
deleted file mode 100644
index ff1f4b6..0000000
--- a/abs/core/mythtv/stable-0.25/mythtv/MythBase.php.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-*** a/mythtv/bindings/php/MythBase.php.old 2011-04-03 06:05:31.000000000 -0500
---- b/mythtv/bindings/php/MythBase.php 2012-03-27 05:05:16.000000000 -0500
-***************
-*** 51,57 ****
-
- public function __destruct() {
- if (!is_null($this->cacheKey))
-! Cache::setObject($this->cacheKey, &$this, $this->cacheLifetime);
- $this->cacheKey = null;
- }
-
---- 51,57 ----
-
- public function __destruct() {
- if (!is_null($this->cacheKey))
-! Cache::setObject($this->cacheKey, $this, $this->cacheLifetime);
- $this->cacheKey = null;
- }
-