mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-07-23 12:16:18 +02:00
BUG FIX: wrong variable set by mistake for update information
This commit is contained in:
parent
d43b7b19c6
commit
ba78971026
1 changed files with 2 additions and 2 deletions
|
@ -398,8 +398,8 @@ def dashboard_stats():
|
|||
pass
|
||||
except:
|
||||
pass
|
||||
res['front_update_available']=True
|
||||
res['update_available']=True
|
||||
# res['front_update_available']=True
|
||||
# res['update_available']=True
|
||||
if username:
|
||||
res['username']=username
|
||||
res['blog']=[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue