Skip to content

Commit

Permalink
f[FIX] Mantis 18636: inserted missing include/require
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Killing committed Jul 6, 2016
1 parent fadf248 commit ccb788c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Services/COPage/classes/class.ilPCSkills.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ static function afterPageUpdate($a_page, DOMDocument $a_domdoc, $a_xml, $a_creat
*/
static function beforePageDelete($a_page)
{
require_once('Services/COPage/classes/class.ilPageContentUsage.php'); // Mantis #18636
ilPageContentUsage::deleteAllUsages("skmg", $a_page->getParentType().":pg", $a_page->getId(), false,
$a_page->getLanguage());
}
Expand Down Expand Up @@ -156,4 +157,4 @@ static function collectSkills($a_page, $a_domdoc)


}
?>
?>

0 comments on commit ccb788c

Please sign in to comment.