summaryrefslogtreecommitdiff
path: root/modules/atom/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'modules/atom/helpers')
-rw-r--r--modules/atom/helpers/atom.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/atom/helpers/atom.php b/modules/atom/helpers/atom.php
index b1bea5d3..e2f2d9ce 100644
--- a/modules/atom/helpers/atom.php
+++ b/modules/atom/helpers/atom.php
@@ -30,7 +30,7 @@ class atom_Core {
* @param int Unix timestamp
* @return string Internet timestamp
*/
- public static function unix_to_internet_timestamp($timestamp) {
+ static function unix_to_internet_timestamp($timestamp) {
return sprintf("%sZ", date("Y-m-d\TH:i:s", $timestamp));
}
}