forked from wallabag/wallabag
Fixed bugs due to migration
This commit is contained in:
@ -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));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user