Changeset 2115238
- Timestamp:
- 07/01/2019 07:14:05 AM (7 years ago)
- Location:
- ds-titan
- Files:
-
- 2 edited
-
tags/0.2/src/DSTitan.php (modified) (1 diff)
-
trunk/src/DSTitan.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ds-titan/tags/0.2/src/DSTitan.php
r2115208 r2115238 229 229 // Save the log 230 230 $appLogs[time()] = $logs; 231 update_option(Product ::APP_LOG_KEY, $appLogs);231 update_option(Products::APP_LOG_KEY, $appLogs); 232 232 233 233 // Try to save the products -
ds-titan/trunk/src/DSTitan.php
r2115208 r2115238 229 229 // Save the log 230 230 $appLogs[time()] = $logs; 231 update_option(Product ::APP_LOG_KEY, $appLogs);231 update_option(Products::APP_LOG_KEY, $appLogs); 232 232 233 233 // Try to save the products
Note: See TracChangeset
for help on using the changeset viewer.