Skip to content

Commit f0d856c

Browse files
Merge pull request chriskacerguis#376 from fripig/master
Update Format.php
2 parents 58a474d + db7389e commit f0d856c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/libraries/Format.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ private function _from_serialize($string)
315315
// just return the string
316316
private function _from_php($string)
317317
{
318-
return trim($string)
318+
return trim($string);
319319
}
320320

321321
}

0 commit comments

Comments
 (0)