Skip to content

Commit

Permalink
#17164 - blog: import
Browse files Browse the repository at this point in the history
  • Loading branch information
jluetzen-ilias committed Nov 24, 2015
1 parent 70b3217 commit 75230ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Blog/classes/class.ilBlogImporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function importXmlRepresentation($a_entity, $a_id, $a_xml, $a_mapping)
*/
function finalProcessing($a_mapping)
{
include_once("./Modules/Blog/classes/class.ilBlogPosting.php");
$blp_map = $a_mapping->getMappingsOfEntity("Services/COPage", "pg");
foreach ($blp_map as $blp_id)
{
Expand Down

0 comments on commit 75230ee

Please sign in to comment.