mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
changes to add url directly from poche
This commit is contained in:
parent
d5ce28df67
commit
ce4a1dcc19
6 changed files with 17 additions and 28 deletions
|
@ -182,7 +182,7 @@ class Poche
|
|||
}
|
||||
|
||||
if (!$import) {
|
||||
Tools::redirect();
|
||||
Tools::redirect('?view=home');
|
||||
}
|
||||
break;
|
||||
case 'delete':
|
||||
|
@ -558,9 +558,4 @@ class Poche
|
|||
}
|
||||
return $version;
|
||||
}
|
||||
|
||||
function convertURLToBase64($plainurl){
|
||||
$convertedURL = base64_encode($plainurl);
|
||||
$this->action('add', new Url($convertedURL));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue