From: Antonio Ospite Date: Mon, 23 May 2016 12:58:45 +0000 (+0200) Subject: Don't convert the timestamp to a number when calling php:functionString() X-Git-Tag: v0.6~6 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/0b2252b86bf510f3ba9e9ddec20917a6a4359d7c?hp=0b2252b86bf510f3ba9e9ddec20917a6a4359d7c Don't convert the timestamp to a number when calling php:functionString() It's not needed to convert the $timestamp variable to a number before passing it as an argument to php:functionString() as the latter will convert it to a string anyways. ---