Skip to content

Commit

Permalink
update for YOURLS 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshp23 committed Jan 5, 2018
1 parent 62963f3 commit b60b0a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions iqrcodes/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: IQRCodes
Plugin URI: https://github.com/joshp23/YOURLS-IQRCodes
Description: Integrated QR Codes
Version: 1.4.7
Version: 1.4.8
Author: Josh Panter
Author URI: https://unfettered.net
*/
Expand Down Expand Up @@ -569,7 +569,8 @@ function iqrcodes_mass_chk() {
$table = 'url';
}

$all_keys = $ydb->get_results("SELECT * FROM `$table` ORDER BY timestamp DESC");
$sql = "SELECT * FROM `$table` ORDER BY timestamp DESC";
$all_keys = $ydb->fetchObjects($sql);

iqrcodes_mkdir( $opt[0] );

Expand Down

0 comments on commit b60b0a3

Please sign in to comment.