diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-05-25 13:26:05 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-10-22 13:16:53 +0200 |
commit | f39580c6fd171b849cec5832b4912182696341f2 (patch) | |
tree | c184380d829e2f9b22b2375f4bdc8d085cd6a9be /application/NetscapeBookmarkUtils.php | |
parent | d6379763290230242caac5fe1e7c589a29fa6bf0 (diff) | |
download | Shaarli-f39580c6fd171b849cec5832b4912182696341f2.tar.gz Shaarli-f39580c6fd171b849cec5832b4912182696341f2.tar.zst Shaarli-f39580c6fd171b849cec5832b4912182696341f2.zip |
Add language selection in the configure page of the default theme
Diffstat (limited to 'application/NetscapeBookmarkUtils.php')
-rw-r--r-- | application/NetscapeBookmarkUtils.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/NetscapeBookmarkUtils.php b/application/NetscapeBookmarkUtils.php index 31a14537..dd7057f8 100644 --- a/application/NetscapeBookmarkUtils.php +++ b/application/NetscapeBookmarkUtils.php | |||
@@ -36,7 +36,6 @@ class NetscapeBookmarkUtils | |||
36 | } | 36 | } |
37 | 37 | ||
38 | $bookmarkLinks = array(); | 38 | $bookmarkLinks = array(); |
39 | 7 | ||
40 | foreach ($linkDb as $link) { | 39 | foreach ($linkDb as $link) { |
41 | if ($link['private'] != 0 && $selection == 'public') { | 40 | if ($link['private'] != 0 && $selection == 'public') { |
42 | continue; | 41 | continue; |