Skip to content
Snippets Groups Projects
Unverified Commit 8f50fa94 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Restore BaseFilter::var_export() to protected.

parent 8f3820af
No related branches found
No related tags found
No related merge requests found
...@@ -300,7 +300,7 @@ abstract class sspmod_ldap_Auth_Process_BaseFilter extends SimpleSAML_Auth_Proce ...@@ -300,7 +300,7 @@ abstract class sspmod_ldap_Auth_Process_BaseFilter extends SimpleSAML_Auth_Proce
* @param mixed $value * @param mixed $value
* @return string * @return string
*/ */
public function var_export($value) protected function var_export($value)
{ {
if (is_array($value)) { if (is_array($value)) {
// remove sensitive data // remove sensitive data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment