Skip to content
Snippets Groups Projects

Issue #3512119 by joseph.olstad: Deprecated function: Creation of dynamic...

Open Issue #3512119 by joseph.olstad: Deprecated function: Creation of dynamic...
3 unresolved threads
3 unresolved threads

Issue #3512119 by joseph.olstad: Deprecated function: Creation of dynamic property externalhost line 60 of src/Filebrowser.php

Closes #3512119

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
42 42 public $gridWidth;
43 43 public $gridHideTitle;
44 44 public $externalHost;
45 public $externalhost;
  • 57 58 // $this->folderPathEncoded = $node_settings['folder_path_encoded'];
    58 59 $properties = unserialize($node_settings['properties']);
    59 60 foreach ($properties as $property => $value) {
    61 if ($property == 'externalhost') {
  • 57 58 // $this->folderPathEncoded = $node_settings['folder_path_encoded'];
    58 59 $properties = unserialize($node_settings['properties']);
    59 60 foreach ($properties as $property => $value) {
    61 if ($property == 'externalhost') {
    62 $property = 'externalHost';
    Please register or sign in to reply
    Loading