1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

Fixed return code for Google ISBN provider

This commit is contained in:
frankdelange 2014-12-22 22:42:11 +01:00
parent 68345e612f
commit 394533fd14
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View file

@ -32,9 +32,11 @@ class Google
return true;
} else {
$meta['rescan'] = date("Y-m-d\TH:i:sP", time() + Isbn::RESCAN_NOT_FOUND);
return Isbn::NOT_FOUND;
}
return false;
/* not reached */
return Isbn::ERROR;
}
/**