Commit c0d82d2c authored by Bill Seremetis's avatar Bill Seremetis Committed by Bram Driesen
Browse files

Issue #3316540 by bserem, BramDriesen: Undefined variable: variable

parent 285b18c3
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+29 −0
Original line number Diff line number Diff line
# Ignore vim swp files and gedit temp files
*.swp
*.*~
.vim

# eclipse settings files
.project
.pydevproject
.settings
.buildpath

# netbeans settings files
nbproject

# Ignore OS settings files
.DS_Store*
Thumbs.db
ehthumbs.db

# Ignore files generated by PhpStorm
.idea

# Ignore files generated by vscode
.history

# and some random server stuff
.bash_history
.bashrc
errors.log
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -337,5 +337,5 @@ function cookiebot_variable_info($options){
    'localize' => TRUE,
  ];

  return $variable;
  return $variables;
}