Fieldtype, Module

Archived
Forum
(read-only)

4-eeQuiz

ExpressionEngine 1.x, ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From 4-ee

     

Dreamweaver _notes

Bug Report

Coffee Bean Design
Coffee Bean Design

Dreamweaver has a lovely habit of adding a _notes folder in every folder contained in a site.  As such the require code in mcp.eequiz.php fails (line number 64-79) I’d suggest adding the following file check to line 69:

if (is_file($file) && $file != "." && $file != ".." && !preg_match('/^\./'$file)) 

There might be a better way to do it…

4-ee
# 1
Developer
4-ee

Thanks for that, we’ve included it in the next version (1.8.2). Sorry that you had to debug it yourself!