[Fusionforge-commits] r14296 - trunk/src/plugins/oauthprovider/include

Madhumita Dhar mdhar at fusionforge.org
Thu Sep 1 17:44:42 CEST 2011


Author: mdhar
Date: 2011-09-01 17:44:42 +0200 (Thu, 01 Sep 2011)
New Revision: 14296

Modified:
   trunk/src/plugins/oauthprovider/include/oauthprovider_plugin.php
Log:
adding third parameter to PrintSubMenu to mute warnings

Modified: trunk/src/plugins/oauthprovider/include/oauthprovider_plugin.php
===================================================================
--- trunk/src/plugins/oauthprovider/include/oauthprovider_plugin.php	2011-08-31 18:04:03 UTC (rev 14295)
+++ trunk/src/plugins/oauthprovider/include/oauthprovider_plugin.php	2011-09-01 15:44:42 UTC (rev 14296)
@@ -61,7 +61,7 @@
 		if ($G_SESSION->usesPlugin("oauthprovider")) {
 			$param = '?type=user&id=' . $G_SESSION->getId(); // we indicate the part we're calling is the user one
 			echo  $HTML->PrintSubMenu (array ($text),
-					  array ('/plugins/oauthprovider/index.php'. $param) );				
+					  array ('/plugins/oauthprovider/index.php'. $param) , NULL);				
 		}
 	}
 	function groupmenu($params) {




More information about the Fusionforge-commits mailing list