Skip to content

Commit

Permalink
Bug: 14041 Missed this change with last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 14, 2015
1 parent b3562e7 commit 2bb252b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnemo/lib/Api.php
Expand Up @@ -650,7 +650,7 @@ public function import($content, $contentType, $notepad = null)
} else {
$body = $content->body->data;
}
$noteId = $storage->add($content->subject, $body, $content->categories);
$noteId = $storage->add(Horde_String::substr($content->subject, 0, 255), $body, $content->categories);
break;

default:
Expand Down

0 comments on commit 2bb252b

Please sign in to comment.