1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

display flash message in article view

This commit is contained in:
nicosomb 2013-04-23 15:37:03 +02:00
parent 2987031bc3
commit c1c9f252f7
2 changed files with 1 additions and 2 deletions

View file

@ -110,8 +110,6 @@ function get_external_file($url)
*/
function prepare_url($url)
{
global $msg;
$parametres = array();
$url = html_entity_decode(trim($url));