------------------------------------------------------------
revno: 953
committer: Jakub Jankiewicz <[email protected]>
branch nick: aikiframework
timestamp: Thu 2011-12-08 09:52:20 +0100
message:
  uncomment second AikiScript in widget.php
modified:
  src/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 'src/libs/widgets.php'
--- src/libs/widgets.php	2011-12-07 14:15:43 +0000
+++ src/libs/widgets.php	2011-12-08 08:52:20 +0000
@@ -538,9 +538,7 @@
 			$processed_widget = $this->parse_header($processed_widget);
 			$processed_widget = $aiki->Forms->displayForms($processed_widget);
 			$processed_widget = $aiki->input->requests($processed_widget);
-			//$processed_widget = $aiki->AikiScript->parser($processed_widget);
-			
-			//
+			$processed_widget = $aiki->AikiScript->parser($processed_widget);
 			
 			
 			

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to