|
From: <var...@us...> - 2014-07-27 15:53:08
|
Revision: 9010
http://sourceforge.net/p/phpwiki/code/9010
Author: vargenau
Date: 2014-07-27 15:53:00 +0000 (Sun, 27 Jul 2014)
Log Message:
-----------
Remove static
Modified Paths:
--------------
trunk/lib/WikiPluginCached.php
Modified: trunk/lib/WikiPluginCached.php
===================================================================
--- trunk/lib/WikiPluginCached.php 2014-07-27 15:49:16 UTC (rev 9009)
+++ trunk/lib/WikiPluginCached.php 2014-07-27 15:53:00 UTC (rev 9010)
@@ -807,7 +807,7 @@
* @param string $errorformat outputs errors in 'png', 'gif', 'jpeg' or 'html'
* @return bool
*/
- static public function fetchImageFromCache($dbi, $request, $errorformat = 'png')
+ public function fetchImageFromCache($dbi, $request, $errorformat = 'png')
{
$cache = $this->newCache();
$errorformat = $this->decideImgType($errorformat);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|