Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SourceBitBucket/SourceBitBucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# Copyright (c) 2014 Sergey Marchenko
# Licensed under the MIT license

if( false === include_once(config_get( 'plugin_path' ) . 'Source/MantisSourcePlugin.class.php') ) {
if( false === include_once(config_get( 'plugin_path' ) . 'Source/MantisSourceGitBasePlugin.class.php') ) {
return;
}

require_once(config_get( 'core_path' ) . 'json_api.php');

class SourceBitBucketPlugin extends MantisSourcePlugin {
class SourceBitBucketPlugin extends MantisSourceGitBasePlugin {

const PLUGIN_VERSION = '2.1.0';
const FRAMEWORK_VERSION_REQUIRED = '2.0.0';
Expand Down