Added post-commit callback support to DB classes.
[lhc/web/wiklou.git] / includes / api / ApiQueryQueryPage.php
index dab4ab2..a8be26d 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Created on Dec 22, 2010
  *
- * Copyright © 2010 Roan Kattouw <Firstname>.<Lastname>@gmail.com
+ * Copyright © 2010 Roan Kattouw "<Firstname>.<Lastname>@gmail.com"
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -186,7 +186,7 @@ class ApiQueryQueryPage extends ApiQueryGeneratorBase {
                                ),
                                'cached' => array(
                                        ApiBase::PROP_TYPE => 'boolean',
-                                       Apibase::PROP_NULLABLE => false
+                                       ApiBase::PROP_NULLABLE => false
                                ),
                                'cachedtimestamp' => array(
                                        ApiBase::PROP_TYPE => 'timestamp',