mirror of
https://github.com/Relintai/pandemonium_cms.git
synced 2024-11-12 09:35:02 +01:00
Fix typo.
This commit is contained in:
parent
013ec29a8e
commit
fbf751c28d
@ -29,7 +29,7 @@ func _render_edit_bar(request : WebServerRequest) -> void:
|
||||
var can_edit : bool = request.can_edit()
|
||||
var can_delete : bool = request.can_delete()
|
||||
|
||||
if !can_delete && !can_delete:
|
||||
if !can_edit && !can_delete:
|
||||
return
|
||||
|
||||
var hb : HTMLBuilder = HTMLBuilder.new()
|
||||
|
Loading…
Reference in New Issue
Block a user