Merge "ChangesListSpecialPage: Implement two new hooks superseding 4 old ones"
[lhc/web/wiklou.git] / includes / api / ApiQueryBase.php
index eb51095..9d9f7c3 100644 (file)
@@ -501,6 +501,7 @@ abstract class ApiQueryBase extends ApiBase {
                        // prefix.
                        $this->dieUsageMsg( array( 'invalidtitle', $titlePart ) );
                }
+
                return substr( $t->getDbKey(), 0, -1 );
        }