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.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index a8f64151..a7479ad8 100644
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -558,4 +558,9 @@ class Poche
558 } 558 }
559 return $version; 559 return $version;
560 } 560 }
561
562 function convertURLToBase64($plainurl){
563 $convertedURL = base64_encode($plainurl);
564 $this->action('add', new Url($convertedURL))
565 }
561} \ No newline at end of file 566} \ No newline at end of file