------------------------------------------------------------
revno: 1156
committer: Jakub Jankiewicz <[email protected]>
branch nick: aikiframework
timestamp: Tue 2012-04-03 10:05:02 +0200
message:
  Fix no result error with inherit
modified:
  libs/Engine_aiki.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/Engine_aiki.php'
--- libs/Engine_aiki.php	2012-04-03 06:57:14 +0000
+++ libs/Engine_aiki.php	2012-04-03 08:05:02 +0000
@@ -306,7 +306,7 @@
                     break;
                 }
             }
-			if (!$widget_select) {
+			if (!($is_inline || $widget_select)) {
 				return false;
 			}
 

_______________________________________________
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