From: <var...@us...> - 2013-04-26 13:12:48
|
Revision: 8772 http://sourceforge.net/p/phpwiki/code/8772 Author: vargenau Date: 2013-04-26 13:12:45 +0000 (Fri, 26 Apr 2013) Log Message: ----------- Add missing return Modified Paths: -------------- trunk/lib/plugin/FileInfo.php trunk/lib/plugin/WikiAdminUtils.php Modified: trunk/lib/plugin/FileInfo.php =================================================================== --- trunk/lib/plugin/FileInfo.php 2013-04-26 13:06:20 UTC (rev 8771) +++ trunk/lib/plugin/FileInfo.php 2013-04-26 13:12:45 UTC (rev 8772) @@ -295,6 +295,7 @@ $pValue->dwFileVersionLS & 0xFFFF); } } + return ''; } // Read "RT_VERSION/VERSIONINFO" exe/dll resource info for MSWin32 binaries Modified: trunk/lib/plugin/WikiAdminUtils.php =================================================================== --- trunk/lib/plugin/WikiAdminUtils.php 2013-04-26 13:06:20 UTC (rev 8771) +++ trunk/lib/plugin/WikiAdminUtils.php 2013-04-26 13:12:45 UTC (rev 8772) @@ -300,6 +300,7 @@ Button('cancel', _("Cancel"))) ); } + return HTML::raw(); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |