View | Details | Raw Unified | Return to bug 15326
Collapse All | Expand All

(-)a/Koha/CmsPage.pm (-1 / +1 lines)
Lines 50-56 sub parentObj { Link Here
50
    return scalar Koha::CmsPages->find( $p );
50
    return scalar Koha::CmsPages->find( $p );
51
}
51
}
52
52
53
=head3 isParent
53
=head3 isaParent
54
54
55
Returns true if page is a parent
55
Returns true if page is a parent
56
56
(-)a/Koha/CmsPages.pm (-1 / +4 lines)
Lines 44-49 sub _type { Link Here
44
    return 'CmsPage';
44
    return 'CmsPage';
45
}
45
}
46
46
47
=head3 object_class
48
49
=cut
50
47
sub object_class {
51
sub object_class {
48
    return 'Koha::CmsPage';
52
    return 'Koha::CmsPage';
49
}
53
}
50
- 

Return to bug 15326