Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Slight problem with counting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhanirabin committed May 1, 2014
1 parent 015699a commit 3612023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-optimize-common.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function wpo_cron_action() {
list($part1, $part2) = wpo_getCurrentDBSize();

update_option( OPTION_NAME_LAST_OPT, $thisdate );
wpo_updateTotalCleaned($part2);
wpo_updateTotalCleaned(strval($part2));
wpo_debugLog('Updating options with value +'.$part2);

} // endif $this_options['optimize']
Expand Down

0 comments on commit 3612023

Please sign in to comment.