Skip to content

Commit db7389e

Browse files
committed
Update Format.php
miss ;
1 parent 58a474d commit db7389e

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)