Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
epub_reader_framework
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
epub_reader_framework
Commits
3910ca14
Commit
3910ca14
authored
1 year ago
by
Aman Naudiyal
Committed by
Scott Euser
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3432296
: issue of undefined array key
parent
670d1ddc
No related branches found
No related tags found
1 merge request
!5
Update epub_reader_framework.install
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
epub_reader_framework.install
+1
-0
1 addition, 0 deletions
epub_reader_framework.install
with
1 addition
and
0 deletions
epub_reader_framework.install
+
1
−
0
View file @
3910ca14
...
...
@@ -9,6 +9,7 @@
* Implements hook_requirements().
*/
function
epub_reader_framework_requirements
(
$phase
)
{
$requirements
=
[];
if
(
$phase
==
'runtime'
)
{
/** @var \Drupal\Core\StreamWrapper\StreamWrapperManager $stream_wrapper_manager */
$stream_wrapper_manager
=
\Drupal
::
service
(
'stream_wrapper_manager'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment