Work-around for non-working auto-completion of database tablen ame
authorAlexander Ebert <ebert@woltlab.com>
Sun, 1 Jul 2012 20:08:48 +0000 (22:08 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 1 Jul 2012 20:08:48 +0000 (22:08 +0200)
wcfsetup/install/files/lib/data/sitemap/Sitemap.class.php

index bd0a675bb115147600bd200803ad824e5e7b430a..4c7363685e4b39f54998126106c7946b6775b1ed 100644 (file)
@@ -21,6 +21,12 @@ class Sitemap extends DatabaseObject {
         */
        protected $sitemapObj = null;
        
+       /**
+        * database table for this object
+        * @var string
+        */
+       protected static $databaseTableName = 'sitemap';
+       
        /**
         * @see wcf\data\DatabaseObject::$databaseTableIndexName
         */