From feda8b75d137b4e95d36b231f431bfabd320ff9a Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 1 Jul 2012 22:08:48 +0200 Subject: [PATCH] Work-around for non-working auto-completion of database tablen ame --- wcfsetup/install/files/lib/data/sitemap/Sitemap.class.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wcfsetup/install/files/lib/data/sitemap/Sitemap.class.php b/wcfsetup/install/files/lib/data/sitemap/Sitemap.class.php index bd0a675bb1..4c7363685e 100644 --- a/wcfsetup/install/files/lib/data/sitemap/Sitemap.class.php +++ b/wcfsetup/install/files/lib/data/sitemap/Sitemap.class.php @@ -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 */ -- 2.20.1