Plugin Directory

Changeset 640079


Ignore:
Timestamp:
12/16/2012 04:30:14 PM (13 years ago)
Author:
webeng
Message:

update call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sliding-youtube-gallery/trunk/engine/SygGallery.php

    r640070 r640079  
    270270        $no_of_paginations = ceil ($numVid / $per_page);
    271271        for ($i=1;$i<=$no_of_paginations;$i++) {
    272             $url = $plugin->getJsonQueryIfUrl().'?query=videos&page_number='.$i.'&id='.$this->getId().'&mode='.SygConstant::SYG_PLUGIN_FE_CACHING_MODE;
     272            $url = $syg->getJsonQueryIfUrl().'?query=videos&page_number='.$i.'&id='.$this->getId().'&mode='.SygConstant::SYG_PLUGIN_FE_CACHING_MODE;
    273273            $localFN = $i.'.json';
    274274            file_put_contents($this->getJsonPath().$localFN, file_get_contents($url));
Note: See TracChangeset for help on using the changeset viewer.