Fixes in slugify function and router tests
This commit is contained in:
parent
fd88fff9d2
commit
3f22c5c267
3 changed files with 14 additions and 3 deletions
|
|
@ -78,7 +78,7 @@ class Utils {
|
|||
|
||||
if (empty($text)) {
|
||||
|
||||
return 'n-a';
|
||||
return '';
|
||||
|
||||
}else {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue