diff options
Diffstat (limited to 'inc/functions.php')
-rw-r--r-- | inc/functions.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/functions.php b/inc/functions.php index 34ecf510..ee26fbaa 100644 --- a/inc/functions.php +++ b/inc/functions.php | |||
@@ -342,6 +342,8 @@ function action_to_do($action, $url, $id = 0) | |||
342 | if ($url == '') | 342 | if ($url == '') |
343 | continue; | 343 | continue; |
344 | 344 | ||
345 | $url = base64_decode($url); | ||
346 | error_log(print_r($url, TRUE)); | ||
345 | if (MyTool::isUrl($url)) { | 347 | if (MyTool::isUrl($url)) { |
346 | if($parametres_url = prepare_url($url)) { | 348 | if($parametres_url = prepare_url($url)) { |
347 | if ($store->add($url, $parametres_url['title'], $parametres_url['content'])) { | 349 | if ($store->add($url, $parametres_url['title'], $parametres_url['content'])) { |