Uploading a patch.

CommentFileSizeAuthor
#3 1757434-3.patch377 byteskartagis

Comments

Salif’s picture

Priority: Major » Minor

I found that here is a little mistake at line 76 in the mp_file.module
Should be: mp_file_node_update($node);
Instead of shown below in line 76.
+72 /**
+73 * Implements hook_node_insert().
+74 */
+75 function mp_file_node_insert($node) {
-76 mp_file_node_upate($node);
+77 }

vinnyt’s picture

Please note that this was causing an error of creating new content, including basic articles. Once fixing the typo from "upate" to "update" as Salif noted, everything was working again.

kartagis’s picture

Issue summary: View changes
StatusFileSize
new377 bytes
drummondf’s picture

This fixes a serious issue with content creation, voting for this to be pushed to dev

  • wodenx committed f9ab03e on 7.x-1.x
    Issue #1757434 by salif, Kartagis: Fix typo in mp_file
    
wodenx’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.