1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

Make sure dashboard only check for core updates once per session. (unless debug is enabled)

This commit is contained in:
Cameron
2017-01-22 10:04:29 -08:00
parent 1e933f0fdd
commit 3e9624be81
3 changed files with 16 additions and 2 deletions

View File

@@ -3678,7 +3678,7 @@ class e_parser
return $link;
}
return "<a href='".$link."'>-attachment-</a>"; //TODO Add pref for this.
return "<a href='".$link."'>-attachment-</a>"; //TODO Add pref for this.
}
/**