diff options
author | Thomas Citharel <thomas.citharet@gmail.com> | 2013-09-08 21:26:30 +0200 |
---|---|---|
committer | Thomas Citharel <thomas.citharet@gmail.com> | 2013-09-08 21:26:30 +0200 |
commit | d5ce28df67fcddfb957ce28424f3e5751f433695 (patch) | |
tree | 1a2f434a69549c5e7b6e34b50ccb3750eb1ddb86 /inc | |
parent | 693b3f86776ae236d69ac6ed085b5e46b9054642 (diff) | |
download | wallabag-d5ce28df67fcddfb957ce28424f3e5751f433695.tar.gz wallabag-d5ce28df67fcddfb957ce28424f3e5751f433695.tar.zst wallabag-d5ce28df67fcddfb957ce28424f3e5751f433695.zip |
Fixed bugs due to migration
Diffstat (limited to 'inc')
-rw-r--r-- | inc/poche/Poche.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index a7479ad8..4fe938fb 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -561,6 +561,6 @@ class Poche | |||
561 | 561 | ||
562 | function convertURLToBase64($plainurl){ | 562 | function convertURLToBase64($plainurl){ |
563 | $convertedURL = base64_encode($plainurl); | 563 | $convertedURL = base64_encode($plainurl); |
564 | $this->action('add', new Url($convertedURL)) | 564 | $this->action('add', new Url($convertedURL)); |
565 | } | 565 | } |
566 | } \ No newline at end of file | 566 | } \ No newline at end of file |