------------------------------------------------------------
revno: 1138
committer: Roger Martin <rg1...@gmail.com>
branch nick: aikiframework
timestamp: Mon 2012-03-12 15:54:48 +0100
message:
  correct bug 953059 System in Admin Interface return php error
modified:
  libs/widgets.php


--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk

Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to 
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'libs/widgets.php'
--- libs/widgets.php	2012-03-08 22:01:18 +0000
+++ libs/widgets.php	2012-03-12 14:54:48 +0000
@@ -159,7 +159,7 @@
 	
 	// the widget is given directly or
 	if (isset($_GET["widget"])) {
-		$this->renderWidget($engine, $_GET['widget']);
+		$this->render_widget($engine, $_GET['widget']);
 		return; //all work is done
 	}
 

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to