diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-23 15:37:03 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-23 15:37:03 +0200 |
commit | c1c9f252f7f0133903dc4143a0db8ed8104f8733 (patch) | |
tree | 7882a1db8eed5426e5a2f461bfe517b3103a5141 /inc/functions.php | |
parent | 2987031bc3d30437e7b34c3fe912a0ccbcc87f10 (diff) | |
download | wallabag-c1c9f252f7f0133903dc4143a0db8ed8104f8733.tar.gz wallabag-c1c9f252f7f0133903dc4143a0db8ed8104f8733.tar.zst wallabag-c1c9f252f7f0133903dc4143a0db8ed8104f8733.zip |
display flash message in article view
Diffstat (limited to 'inc/functions.php')
-rw-r--r-- | inc/functions.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/functions.php b/inc/functions.php index c6cde82f..7db9e909 100644 --- a/inc/functions.php +++ b/inc/functions.php | |||
@@ -110,8 +110,6 @@ function get_external_file($url) | |||
110 | */ | 110 | */ |
111 | function prepare_url($url) | 111 | function prepare_url($url) |
112 | { | 112 | { |
113 | global $msg; | ||
114 | |||
115 | $parametres = array(); | 113 | $parametres = array(); |
116 | $url = html_entity_decode(trim($url)); | 114 | $url = html_entity_decode(trim($url)); |
117 | 115 | ||