Follow-up to 02818c441cb10ce6bec2bc673fefdf1513791dc3
[lhc/web/wiklou.git] / includes / db / DatabaseSqlite.php
index bb3028d..664484b 100644 (file)
@@ -429,7 +429,7 @@ class DatabaseSqlite extends Database {
         * @param string $index
         * @return string
         */
-       function indexName( $index ) {
+       protected function indexName( $index ) {
                return $index;
        }