Fixed variable ... again :(
authorAlexander Ebert <ebert@woltlab.com>
Thu, 20 Sep 2012 13:54:18 +0000 (15:54 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 20 Sep 2012 13:54:18 +0000 (15:54 +0200)
wcfsetup/install/files/lib/util/DateUtil.class.php

index 2bba61de3c80d0e43e185e6c8393a0988b705572..2467b5bf8a94ea853dcd9256398fda5eded2e57d 100644 (file)
@@ -289,7 +289,7 @@ final class DateUtil {
                }
                
                // try to convert $date into a UNIX timestamp
-               $time = strtotime($time);
+               $time = strtotime($date);
                if ($time === false) {
                        throw new SystemException("date '".$date."' is invalid");
                }