From fd3097514b1460d318ff90e6b6ed7728a0a54e51 Mon Sep 17 00:00:00 2001 From: Stephen Brooks Date: Wed, 18 Sep 2013 09:57:44 +0100 Subject: [PATCH] Fix fatal error when $project is not set, which prevents access to Interface --- PHPCI/View/Project/view.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHPCI/View/Project/view.phtml b/PHPCI/View/Project/view.phtml index 3067f5ed..9f419eff 100644 --- a/PHPCI/View/Project/view.phtml +++ b/PHPCI/View/Project/view.phtml @@ -1,5 +1,5 @@
-

Project: getTitle(); ?>

+

Project: getTitle() : ' - '; ?>