diff options
author | Dominik Eckelmann <deckelmann@gmail.com> | 2012-01-08 18:21:48 +0100 |
---|---|---|
committer | Dominik Eckelmann <deckelmann@gmail.com> | 2012-01-08 18:21:48 +0100 |
commit | cb0d045e79603fb7f0c6703aaf633c8d0e34c117 (patch) | |
tree | 1ae77993126bb13d1424ce557e932e59adaf6be7 /inc/RemoteAPICore.php | |
parent | bb680e43a5c33747ab844580e1e80c4fdc2fe580 (diff) | |
download | rpg-cb0d045e79603fb7f0c6703aaf633c8d0e34c117.tar.gz rpg-cb0d045e79603fb7f0c6703aaf633c8d0e34c117.tar.bz2 |
added missing getTime
Diffstat (limited to 'inc/RemoteAPICore.php')
-rw-r--r-- | inc/RemoteAPICore.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/RemoteAPICore.php b/inc/RemoteAPICore.php index 6b665e083..a19c1b84e 100644 --- a/inc/RemoteAPICore.php +++ b/inc/RemoteAPICore.php @@ -175,6 +175,10 @@ class RemoteAPICore { return getVersion(); } + function getTime() { + return time(); + } + /** * Return a raw wiki page * @param string $id wiki page id |