(bug 27302) Don't append the current timestamp for user/site modules when no user...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 16 Feb 2011 07:19:33 +0000 (07:19 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 16 Feb 2011 07:19:33 +0000 (07:19 +0000)
commit33e5eadafb81e729fc4c851cfdafca647317a14a
tree7ac8924005a4eab8d76bc45cd2dd366c3b0cb648
parent94ab016fb2dd672cb45fec0506fd15b35990848d
(bug 27302) Don't append the current timestamp for user/site modules when no user/site JS/CSS is present. Was caused by 1 being rounded down to 0, which is interpreted as 'now' by wfTimestamp(). This revision just drops timestamp rounding because it's not used consistently anyway
includes/OutputPage.php