Am 10.07.2013 17:35, schrieb bernd wilke:
> 459 $categories = $this->getCategories();
maybe do there something like if (!is_null($categories)) {
> 460 $categories->rewind();
> 461
> 462 return $categories->current();
}
> 463 }
Georg