Skip to content

Commit

Permalink
[PHP8対応] パスワード再設定時のエラーを修正 (#1086)
Browse files Browse the repository at this point in the history
Co-authored-by: Jun Matsuda <{ID}+{username}@users.noreply.github.com>
  • Loading branch information
junmt and Jun Matsuda authored Sep 2, 2024
1 parent 1c8a945 commit cc9d0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Vtiger/helpers/ShortURL.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static function sendTrackerImage() {
echo base64_decode('iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQObYZgAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=');
}

function getInstance($id) {
static function getInstance($id) {
$db = PearDatabase::getInstance();
$self = new self();
$rs = $db->pquery('SELECT * FROM vtiger_shorturls WHERE uid=?', array($id));
Expand Down

0 comments on commit cc9d0e0

Please sign in to comment.