aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-23 15:37:03 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-23 15:37:03 +0200
commitc1c9f252f7f0133903dc4143a0db8ed8104f8733 (patch)
tree7882a1db8eed5426e5a2f461bfe517b3103a5141 /inc
parent2987031bc3d30437e7b34c3fe912a0ccbcc87f10 (diff)
downloadwallabag-c1c9f252f7f0133903dc4143a0db8ed8104f8733.tar.gz
wallabag-c1c9f252f7f0133903dc4143a0db8ed8104f8733.tar.zst
wallabag-c1c9f252f7f0133903dc4143a0db8ed8104f8733.zip
display flash message in article view
Diffstat (limited to 'inc')
-rw-r--r--inc/functions.php2
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 */
111function prepare_url($url) 111function 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