Changeset 640079
- Timestamp:
- 12/16/2012 04:30:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sliding-youtube-gallery/trunk/engine/SygGallery.php
r640070 r640079 270 270 $no_of_paginations = ceil ($numVid / $per_page); 271 271 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; 273 273 $localFN = $i.'.json'; 274 274 file_put_contents($this->getJsonPath().$localFN, file_get_contents($url));
Note: See TracChangeset
for help on using the changeset viewer.