Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cronlog-viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Cronlog-viewer
Merge requests
!23
update mkdir permission 0750 -> 0770
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
update mkdir permission 0750 -> 0770
update-renderer-class
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Hahn Axel (hahn)
requested to merge
update-renderer-class
into
master
2 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
20d63f4a
1 commit,
2 months ago
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
classes/cronlog.class.php
+
1
−
1
View file @ 20d63f4a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -201,7 +201,7 @@ class cronlog
@@ -201,7 +201,7 @@ class cronlog
protected
function
_getCacheDir
():
string
protected
function
_getCacheDir
():
string
{
{
if
(
!
is_dir
(
"
$this->_sDataDir
/__cache"
))
{
if
(
!
is_dir
(
"
$this->_sDataDir
/__cache"
))
{
mkdir
(
"
$this->_sDataDir
/__cache"
,
07
5
0
,
true
);
mkdir
(
"
$this->_sDataDir
/__cache"
,
07
7
0
,
true
);
}
}
return
"
$this->_sDataDir
/__cache"
;
return
"
$this->_sDataDir
/__cache"
;
}
}
Loading