From 0e5710e70a8e6ae52832f658a77b2baec20a8cf5 Mon Sep 17 00:00:00 2001 From: Matthieu Guffroy <mattgu74@gmail.com> Date: Wed, 18 Jun 2014 21:50:22 +0200 Subject: [PATCH] fix errors --- class/field.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/field.php b/class/field.php index 69c5c79..55356cb 100644 --- a/class/field.php +++ b/class/field.php @@ -44,7 +44,7 @@ class Field { } public function getLabel() { - return $name; + return ucfirst($this->name); } } -- GitLab