From 7749b8ed569f6d27b0bb2ed4c2040e8b61ed4422 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 9 Mar 2014 23:21:23 -0400 Subject: Automatic actions --- controllers/board.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'controllers/board.php') diff --git a/controllers/board.php b/controllers/board.php index 13714b3c..9cdc4386 100644 --- a/controllers/board.php +++ b/controllers/board.php @@ -2,6 +2,8 @@ namespace Controller; +require_once __DIR__.'/Base.php'; + class Board extends Base { // Change a task assignee directly from the board -- cgit v1.2.3