summaryrefslogtreecommitdiff
path: root/www/mambo/files/patch-includes-Cache-Lite-Function.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/mambo/files/patch-includes-Cache-Lite-Function.php')
-rw-r--r--www/mambo/files/patch-includes-Cache-Lite-Function.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/mambo/files/patch-includes-Cache-Lite-Function.php b/www/mambo/files/patch-includes-Cache-Lite-Function.php
deleted file mode 100644
index 8b4958beed90..000000000000
--- a/www/mambo/files/patch-includes-Cache-Lite-Function.php
+++ /dev/null
@@ -1,17 +0,0 @@
---- includes/Cache/Lite/Function.php.old 2011-06-27 09:54:53.000000000 +1000
-+++ includes/Cache/Lite/Function.php 2011-06-27 09:56:11.000000000 +1000
-@@ -72,6 +72,13 @@
- function call()
- {
- $arguments = func_get_args();
-+
-+ $numargs = func_num_args();
-+
-+ for($i=1; $i < $numargs; $i++) {
-+ $arguments[$i] = &$arguments[$i];
-+ }
-+
- $id = serialize($arguments); // Generate a cache id
- if (!$this->_fileNameProtection) {
- $id = md5($id);
-