Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
8d46b6cf
Commit
8d46b6cf
authored
Jul 06, 2015
by
Ad Schellevis
Committed by
Franco Fichtner
Jul 08, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(legacy) fix static in PEAR include
parent
cd91b678
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CHAP.inc
src/etc/inc/CHAP.inc
+1
-1
PEAR.inc
src/etc/inc/PEAR.inc
+1
-1
No files found.
src/etc/inc/CHAP.inc
View file @
8d46b6cf
...
...
@@ -170,7 +170,7 @@ class Crypt_CHAP_MSv1 extends Crypt_CHAP
function
Crypt_CHAP_MSv1
()
{
$this
->
Crypt_CHAP
();
$this
->
loadExtension
(
'hash'
);
self
::
loadExtension
(
'hash'
);
}
/**
...
...
src/etc/inc/PEAR.inc
View file @
8d46b6cf
...
...
@@ -704,7 +704,7 @@ class PEAR
* @param string $ext The extension name
* @return bool Success or not on the dl() call
*/
function
loadExtension
(
$ext
)
static
function
loadExtension
(
$ext
)
{
if
(
extension_loaded
(
$ext
))
{
return
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment