notice with poche_version undefined'

This commit is contained in:
Nicolas Lœuillet 2013-08-23 21:30:55 +02:00
parent 8be8c44596
commit b64a882696
1 changed files with 13 additions and 18 deletions

View File

@ -239,10 +239,6 @@ class Tools
{
$myconfig_file = './inc/poche/myconfig.inc.php';
if (version_compare(POCHE_VERSION, '1.0-beta3') == 1) {
# $myconfig_file is only created with poche > 1.0-beta3
# in 1.0-beta3, the update script creates $myconfig_file
if (!is_writable('./inc/poche/')) {
self::logm('you don\'t have write access to create ./inc/poche/myconfig.inc.php');
die('You don\'t have write access to create ./inc/poche/myconfig.inc.php.');
@ -259,4 +255,3 @@ class Tools
}
}
}
}