Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
basic_watermark
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
basic_watermark
Merge requests
!1
Issue
#3310939
: Fix 'Invalid resource argument' error.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3310939
: Fix 'Invalid resource argument' error.
issue/basic_watermark-3310939:3310939-fix-gd-add-watermark
into
8.x-1.x
Overview
1
Commits
1
Pipelines
2
Changes
1
Merged
Fedir Ponikarevych
requested to merge
issue/basic_watermark-3310939:3310939-fix-gd-add-watermark
into
8.x-1.x
2 years ago
Overview
1
Commits
1
Pipelines
2
Changes
1
Expand
Issue
#3310939
: Fix 'Invalid resource argument' error.
0
0
Merge request reports
Compare
8.x-1.x
version 1
8a9098b7
2 years ago
8.x-1.x (base)
and
latest version
latest version
8a9098b7
1 commit,
1 year ago
version 1
8a9098b7
1 commit,
2 years ago
1 file
+
0
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Plugin/ImageToolkit/Operation/gd/AddWatermark.php
+
0
−
2
Options
@@ -97,8 +97,6 @@ class AddWatermark extends GDImageToolkitOperationBase {
@@ -97,8 +97,6 @@ class AddWatermark extends GDImageToolkitOperationBase {
return
FALSE
;
return
FALSE
;
}
}
$this
->
getToolkit
()
->
setResource
(
TRUE
);
imagedestroy
(
$image_resource
);
return
TRUE
;
return
TRUE
;
}
}
Loading