Hi,
i've got a error on reports (with supercron module) :
page not found : sites/all/modules/comment_og/comment_og.js
I find this in file comment_og.module on line 27 :
function comment_og_settings() {
drupal_add_js(drupal_get_path('module', 'comment_og') .'/comment_og.js');
I didn't find the js file in the comment_og module.
i'm french, thanks to correct my english if needed :)
Comments
Comment #1
ohnobinki commentedI can't find this file anywheres in the repo but I see the same extraneous drupal_add_js() call. I assume it can just be safely removed?
Comment #2
chromix commentedYeah sorry. I did at one point use this to dynamically hide and show fields on the admin pages. I looked for this on old copies of the module on old sites and couldn't find a trace of it.
Comment #3
chromix commentedCommitted on dev. I'm working up to a new major release for 6, so it should be out sooner than later.