1
0
Fork 0
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:
Thomas Citharel 2013-09-08 21:26:30 +02:00
parent 693b3f8677
commit d5ce28df67
3 changed files with 12 additions and 13 deletions

View file

@ -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));
}
}