Пример #1
0
 /**
  * Artikel aus Papierkorb wiederherstellen
  * @param array $ids
  * @return boolean
  */
 protected function doRestore(array $ids)
 {
     if (!$this->deleteActions || !$this->config->articles_trash) {
         return false;
     }
     return $this->articleList->restoreArticles($ids);
 }