Index: trunk/phase3/includes/api/ApiOpenSearch.php |
— | — | @@ -72,7 +72,7 @@ |
73 | 73 | $_srchres = PrefixSearch::titleSearch( $fbsearch, $fblimit, |
74 | 74 | $namespaces ); |
75 | 75 | $srchres = array_merge( $srchres, $_srchres ); |
76 | | - $fblimit -= - count( $_srchres ); |
| 76 | + $fblimit -= count( $_srchres ); |
77 | 77 | if ( $fblimit == 0 ) { |
78 | 78 | break; |
79 | 79 | } |