From: Alexander Ebert Date: Sun, 1 Jul 2012 20:08:48 +0000 (+0200) Subject: Work-around for non-working auto-completion of database tablen ame X-Git-Tag: 2.0.0_Beta_1~1040^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=feda8b75d137b4e95d36b231f431bfabd320ff9a;p=GitHub%2FWoltLab%2FWCF.git Work-around for non-working auto-completion of database tablen ame --- 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 */