Changeset 1539172
- Timestamp:
- 11/23/2016 02:53:11 PM (9 years ago)
- File:
-
- 1 edited
-
plista/trunk/plista_integration.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plista/trunk/plista_integration.php
r1337137 r1539172 328 328 329 329 if (!self::plista_ismobile()) { 330 $plistapush = ',item:' .json_encode($plista_data);330 $plistapush = ',item:' . ($plista_data ? json_encode($plista_data) : '{}'); 331 331 } 332 332
Note: See TracChangeset
for help on using the changeset viewer.