- fixed active "tooltips" inside "popover" elements did not close properly when "popover" closed

This commit is contained in:
Mark Friedrich
2018-07-06 19:01:09 +02:00
parent 3fc618acd2
commit 9ec14b06c4
9 changed files with 77 additions and 23 deletions

View File

@@ -219,7 +219,7 @@ class CharacterLogModel extends BasicModel {
public function clearCacheData(){
// clear character "LOG" cache
// -> character data without "LOG" has not changed!
if($this->characterId){
if(is_object($this->characterId)){
// characterId relation could be deleted by cron therefore check again first...
$this->characterId->clearCacheDataWithPrefix(CharacterModel::DATA_CACHE_KEY_LOG);