------------------------------------------------------------
revno: 1163
committer: Jakub Jankiewicz <[email protected]>
branch nick: aikiframework
timestamp: Fri 2012-04-20 13:15:52 +0200
message:
  Fix mtoken function when last arg is 0
modified:
  libs/AikiScript.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/AikiScript.php'
--- libs/AikiScript.php	2012-04-19 18:46:08 +0000
+++ libs/AikiScript.php	2012-04-20 11:15:52 +0000
@@ -228,7 +228,7 @@
 			}
 		} // end of for loop
 
-		if ($word) {
+		if ($word != '') {
 			$result[] = $word;
 		}
 

_______________________________________________
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