summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/edit.php b/edit.php
index e4d7e60..aba7162 100644
--- a/edit.php
+++ b/edit.php
@@ -148,11 +148,6 @@ if( isset( $_REQUEST["fCancel"] ) ) {
$copyrightAuthors = $_REQUEST['copyrightAuthors'];
$copyrightslib->add_copyright( $gContent->mPageId, $copyrightTitle, $copyrightYear, $copyrightAuthors, $gBitUser->mUserId );
}
- // Parse $edit and eliminate image references to external URIs( make them internal )
- if( $gBitSystem->isPackageActive( 'imagegals' ) ) {
- include_once( IMAGEGALS_PKG_PATH.'imagegal_lib.php' );
- $edit = $imagegallib->capture_images( $edit );
- }
if( $gContent->mPageId )
{ if( isset( $_REQUEST['isminor'] ) && $_REQUEST['isminor']=='on' ) {