From: <var...@us...> - 2015-01-09 15:50:32
|
Revision: 9460 http://sourceforge.net/p/phpwiki/code/9460 Author: vargenau Date: 2015-01-09 15:50:25 +0000 (Fri, 09 Jan 2015) Log Message: ----------- Use consistent case Modified Paths: -------------- trunk/SOAP.php Modified: trunk/SOAP.php =================================================================== --- trunk/SOAP.php 2015-01-09 15:48:19 UTC (rev 9459) +++ trunk/SOAP.php 2015-01-09 15:50:25 UTC (rev 9460) @@ -289,7 +289,7 @@ require_once 'lib/WikiPlugin.php'; $w = new WikiPluginLoader(); $synopsis = ''; - $p = $w->getPlugin($pluginName, false); // second arg? + $p = $w->getPlugin($pluginname, false); // second arg? // trap php files which aren't WikiPlugin~s: wikiplugin + wikiplugin_cached only if (strtolower(substr(get_parent_class($p), 0, 10)) == 'wikiplugin') { $plugin_args = ''; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |