Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
vanisha
/
log
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
690e8538
authored
2023-06-02 15:17:56 +0530
by
vanisha
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
block show error fixed.
1 parent
841b9be4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
block_log.php
block_log.php
View file @
690e853
...
...
@@ -45,9 +45,9 @@ class block_log extends block_base {
$this
->
content
->
footer
=
''
;
$this
->
content
->
text
=
''
;
$this
->
content
->
text
=
'This block shows all cron entries logs.'
;
$isadmin
=
has_capability
(
'block/log:manageall'
,
context_system
::
instance
());
if
(
$isadmin
)
{
$this
->
content
->
text
=
'This block shows all cron entries logs.'
;
$this
->
content
->
text
.=
'<br><div><a href="'
.
$CFG
->
wwwroot
.
'/blocks/log/view.php">View cron logs</a></div>'
;
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment