926e0bb7 by Janis

Merge branch '17459_pci' into 'master'

17459_pci

See merge request !8
2 parents 9e5a5873 8b36075d
...@@ -158,7 +158,8 @@ class FlagManager { ...@@ -158,7 +158,8 @@ class FlagManager {
158 'cta', 158 'cta',
159 'source', 159 'source',
160 'feedback', 160 'feedback',
161 'main_question' 161 'main_question',
162 'pricing_clickable'
162 ); 163 );
163 if(!$flags) return []; 164 if(!$flags) return [];
164 foreach($flags as $flag){ 165 foreach($flags as $flag){
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!