Skip to content

Commit

Permalink
added missing getVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-mel committed Jan 8, 2012
1 parent 3a13cfe commit bb680e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inc/RemoteAPICore.php
Expand Up @@ -171,6 +171,10 @@ function __getRemoteInfo() {
);
}

function getVersion() {
return getVersion();
}

/**
* Return a raw wiki page
* @param string $id wiki page id
Expand Down

0 comments on commit bb680e4

Please sign in to comment.