Plugin Directory

Changeset 1165705


Ignore:
Timestamp:
05/22/2015 12:55:52 PM (11 years ago)
Author:
Shopello
Message:

Fixed PHP 5.3 Regression

Location:
shopello
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shopello/tags/2.4.3/src/classes/SWP_MetaBox.php

    r1165651 r1165705  
    111111        echo $this->view->render(
    112112            'admin/metabox',
    113             [
     113            array(
    114114                'listings' => $listings,
    115115                'selectedId' => $selectedId
    116             ]
     116            )
    117117        );
    118118    }
  • shopello/trunk/src/classes/SWP_MetaBox.php

    r1165651 r1165705  
    111111        echo $this->view->render(
    112112            'admin/metabox',
    113             [
     113            array(
    114114                'listings' => $listings,
    115115                'selectedId' => $selectedId
    116             ]
     116            )
    117117        );
    118118    }
Note: See TracChangeset for help on using the changeset viewer.