mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Fixed bugs due to migration
This commit is contained in:
parent
693b3f8677
commit
d5ce28df67
3 changed files with 12 additions and 13 deletions
|
@ -561,6 +561,6 @@ class Poche
|
|||
|
||||
function convertURLToBase64($plainurl){
|
||||
$convertedURL = base64_encode($plainurl);
|
||||
$this->action('add', new Url($convertedURL))
|
||||
$this->action('add', new Url($convertedURL));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue