diff options
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 |