Skip to content
Snippets Groups Projects
Commit 5b920351 authored by Eric Bremner's avatar Eric Bremner Committed by Eric Bremner
Browse files

ISTWCMS-4704: fixing undefined index error

parent ac985a98
No related branches found
No related tags found
1 merge request!112Feature/istwcms 4704 m26lebla ebremner content types
...@@ -401,6 +401,8 @@ class UWService implements UWServiceInterface { ...@@ -401,6 +401,8 @@ class UWService implements UWServiceInterface {
return 'no'; return 'no';
} }
} }
return 'no';
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment