Index: trunk/extensions/Storyboard/api/ApiQueryStories.php |
— | — | @@ -110,6 +110,7 @@ |
111 | 111 | $this->getResult()->addValue( array( 'query', $this->getModuleName() ), null, $res ); |
112 | 112 | } |
113 | 113 | |
| 114 | + // FIXME: continue parameter is not getting passed with the result |
114 | 115 | $this->getResult()->setIndexedTagName_internal( array( 'query', $this->getModuleName() ), 'story' ); |
115 | 116 | } |
116 | 117 | |