Plugin Directory

Changeset 2115238


Ignore:
Timestamp:
07/01/2019 07:14:05 AM (7 years ago)
Author:
dstitan
Message:

Fix bug

Location:
ds-titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ds-titan/tags/0.2/src/DSTitan.php

    r2115208 r2115238  
    229229        // Save the log
    230230        $appLogs[time()] = $logs;
    231         update_option(Product::APP_LOG_KEY, $appLogs);
     231        update_option(Products::APP_LOG_KEY, $appLogs);
    232232
    233233        // Try to save the products
  • ds-titan/trunk/src/DSTitan.php

    r2115208 r2115238  
    229229        // Save the log
    230230        $appLogs[time()] = $logs;
    231         update_option(Product::APP_LOG_KEY, $appLogs);
     231        update_option(Products::APP_LOG_KEY, $appLogs);
    232232
    233233        // Try to save the products
Note: See TracChangeset for help on using the changeset viewer.