From: <var...@us...> - 2013-04-26 14:41:27
|
Revision: 8778 http://sourceforge.net/p/phpwiki/code/8778 Author: vargenau Date: 2013-04-26 14:41:24 +0000 (Fri, 26 Apr 2013) Log Message: ----------- public $_pi; Modified Paths: -------------- trunk/lib/WikiPlugin.php Modified: trunk/lib/WikiPlugin.php =================================================================== --- trunk/lib/WikiPlugin.php 2013-04-26 14:16:50 UTC (rev 8777) +++ trunk/lib/WikiPlugin.php 2013-04-26 14:41:24 UTC (rev 8778) @@ -2,7 +2,7 @@ class WikiPlugin { - protected $_pi; + public $_pi; function getDefaultArguments() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |