Syntax Error >_<

This commit is contained in:
ArthurHoaro 2013-03-01 13:16:29 +01:00
parent 4dd7b69522
commit c223a38433

View file

@ -121,7 +121,7 @@ function create_from_opml($opml) {
**/
function versionCheck() {
$versionfile = 'version';
$lastestUrl = 'https://raw.github.com/mitsukarenai/Projet-Autoblog/tree/master/0.3/version'
$lastestUrl = 'https://raw.github.com/mitsukarenai/Projet-Autoblog/tree/master/0.3/version';
if( file_get_contents($versionfile) != file_get_contents($lastestUrl) ) {
return true;