mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Don't re-install theme during upgrade unless data is missing.
This commit is contained in:
@@ -670,8 +670,9 @@ EOF;
|
||||
if(file_exists(e_PLUGIN."awstats/awstats.graph.php"))
|
||||
{
|
||||
require_once(e_PLUGIN."awstats/awstats.graph.php");
|
||||
$stat = new awstats;
|
||||
|
||||
if($data)
|
||||
if($data = $stat->getData())
|
||||
{
|
||||
return $data;
|
||||
}
|
||||
|
Reference in New Issue
Block a user