From 2230dd4e6b148346c0ec596b9e3e12996a762ed8 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 22 May 2014 12:28:28 -0400 Subject: Code refactoring (add autoloader and change files organization) --- events/task_modification.php | 51 -------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 events/task_modification.php (limited to 'events') diff --git a/events/task_modification.php b/events/task_modification.php deleted file mode 100644 index 97ee73fd..00000000 --- a/events/task_modification.php +++ /dev/null @@ -1,51 +0,0 @@ -project = $project; - } - - /** - * Execute the action - * - * @access public - * @param array $data Event data dictionary - * @return bool True if the action was executed or false when not executed - */ - public function execute(array $data) - { - if (isset($data['project_id'])) { - $this->project->updateModificationDate($data['project_id']); - return true; - } - - return false; - } -} -- cgit v1.2.3