_blogs: Don't run the whole _blogs function if there are no blogs again
This commit is contained in:
parent
cf1effeb39
commit
f284d904f6
2
qsgen2
2
qsgen2
@ -466,7 +466,7 @@ function _blogs() {
|
|||||||
|
|
||||||
if [[ ${no_blogs_found} == "true" ]]; then
|
if [[ ${no_blogs_found} == "true" ]]; then
|
||||||
_msg std "You do not have any blogs."
|
_msg std "You do not have any blogs."
|
||||||
return
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_msg other "Generating Blogs"
|
_msg other "Generating Blogs"
|
||||||
|
Loading…
Reference in New Issue
Block a user