[Cache] Used Utils::Cache

[ci skip]
This commit is contained in:
/dev/root
2016-11-21 11:29:55 +01:00
parent 98d9ad402f
commit d17f287bf2
4 changed files with 14 additions and 13 deletions

View File

@ -49,5 +49,6 @@ namespace Utils
{
return Utils::WebIO(useragent, this->GetUrl(Cache::validUrl, this->Path)).setTimeout(timeout)->get();
}
return "";
}
}