Contribution Date
Technology
Contribution Project
Contribution Details
For most part the module is fine, I have issues with following code. It seems to be referring to a Readme.txt file but there is'nt one in your code.
else {
$filepath = dirname(__FILE__) . '/README.txt';
if (file_exists($filepath)) {
$readme = file_get_contents($filepath);
}
}
Contribution Issue Link
Contribution Link
Files count
0
Patches count
0