X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Factions%2Fclass_;fp=inc%2Fclasses%2Fmain%2Factions%2Fclass_;h=a34ccda2683cb856efe69cc1758a1251c78cce17;hp=93d4fc52178bc575a3d7bea2eb8948605171e472;hb=2230a2e7e09b6b47fe3d68181a28a4435c1732e6;hpb=4365745a3952764d684556852c31d0e8cba5e58e diff --git a/inc/classes/main/actions/class_ b/inc/classes/main/actions/class_ index 93d4fc5217..a34ccda268 100644 --- a/inc/classes/main/actions/class_ +++ b/inc/classes/main/actions/class_ @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -19,7 +19,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ class ???Action extends BaseAction implements Commandable { /** @@ -30,12 +30,6 @@ class ???Action extends BaseAction implements Commandable { protected function __construct () { // Call parent constructor parent::__construct(__CLASS__); - - // Set description - $this->setObjectDescription(""); - - // Generate unique key - $this->generateUniqueId(); } /**