This commit is contained in:
skwashd 2003-03-19 06:51:30 +00:00
parent e0a54cc5c8
commit b402ad3171

View File

@ -315,7 +315,7 @@
$namedfields[$y['name']] = $y['title']; $namedfields[$y['name']] = $y['title'];
} }
if(!isset($this->cat_id)) if(!$this->cat_id)
{ {
$this->cat_id = $this->prefs['default_category']; $this->cat_id = $this->prefs['default_category'];
} }