Plugin Directory

Changeset 1572448


Ignore:
Timestamp:
01/11/2017 12:15:28 PM (9 years ago)
Author:
richartkeil
Message:

fix not accessable css on error

Location:
exposify/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • exposify/trunk/exposify.php

    r1572371 r1572448  
    55Plugin URI: https://exposify.de
    66Description: Zeigt alle eigenen Immobilienangebote von Exposify.
    7 Version: 1.2.1
     7Version: 1.2.2
    88Author: Exposify
    99Author URI: https://exposify.de
  • exposify/trunk/public.php

    r1572366 r1572448  
    104104
    105105    if (isset($this->exposify->html->getError()['css']))  {
    106       $css = $this->exposify->html->getError()['js'];
     106      $css = $this->exposify->html->getError()['css'];
    107107    }
    108108    if (isset($this->exposify->html->getResult()['css'])) {
Note: See TracChangeset for help on using the changeset viewer.