From 875b8a72f97429c4e4df6d292daf4261fb7a45bd Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 17 Dec 2014 21:15:24 +0100 Subject: Coding style endforeach (must be avoided) --- app/views/configure/sharing.phtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/views/configure') diff --git a/app/views/configure/sharing.phtml b/app/views/configure/sharing.phtml index b42825382..ffe3c039b 100644 --- a/app/views/configure/sharing.phtml +++ b/app/views/configure/sharing.phtml @@ -15,7 +15,7 @@ '> - sharing as $key => $sharing): ?> + sharing as $key => $sharing) { ?> shares[$sharing['type']]; ?>
- +
-- cgit v1.2.3