Index: trunk/extensions/SemanticForms/specials/SF_Templates.php |
— | — | @@ -108,6 +108,7 @@ |
109 | 109 | if ( $locationOfPipe !== false ) { |
110 | 110 | $categoryName = substr( $categoryName, 0, $locationOfPipe ); |
111 | 111 | } |
| 112 | + return $categoryName; |
112 | 113 | } |
113 | 114 | return ""; |
114 | 115 | } |