more spaces again ...
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
676e956a72
commit
622b532f23
1 changed files with 14 additions and 12 deletions
|
@ -17,6 +17,7 @@ function findpeople_widget() {
|
|||
|
||||
$a = get_app();
|
||||
|
||||
if (get_config('system', 'invitation_only')) {
|
||||
$x = get_pconfig(local_user(), 'system', 'invites_remaining');
|
||||
if ($x || is_site_admin()) {
|
||||
$a->page['aside'] .= '<div class="side-link" id="side-invite-remain">'
|
||||
|
@ -182,6 +183,7 @@ function categories_widget($baseurl, $selected = '') {
|
|||
$matches = false;
|
||||
$terms = array();
|
||||
$cnt = preg_match_all('/<(.*?)>/', $saved, $matches, PREG_SET_ORDER);
|
||||
|
||||
if ($cnt) {
|
||||
foreach ($matches as $mtch) {
|
||||
$unescaped = xmlify(file_tag_decode($mtch[1]));
|
||||
|
|
Loading…
Reference in a new issue