aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/Poche.class.php')
-rw-r--r--inc/poche/Poche.class.php2
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