Skip to content

Commit

Permalink
Fix incorrect phploc in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
svivian committed Apr 11, 2015
1 parent fae3d75 commit 4aed5ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,7 @@ before_script:
- pear install --alldeps phpmd/PHP_PMD
- phpenv rehash
# PHPLOC
- curl -o phploc.phar https://phar.phpunit.de/phploc.phar
- curl -o phploc.phar https://phar.phpunit.de/phploc-2.0.6.phar
# Basic config required for PHPUnit
- cp qa-tests/phpunit-qa-config.php qa-config.php

Expand Down
2 changes: 1 addition & 1 deletion qa-plugin/wysiwyg-editor/qa-wysiwyg-ajax.php
Expand Up @@ -31,8 +31,8 @@ public function match_request($request)
// Fix path to WYSIWYG editor smilies
public function process_request($request)
{
// echo '<pre>', print_r(qa_db_list_tables(), true), '</pre>';
require_once QA_INCLUDE_DIR.'qa-app-posts.php';

// smiley replacement regexes
$rxSearch = '#<(img|a)([^>]+)(src|href)="([^"]+)/wysiwyg-editor/plugins/smiley/images/([^"]+)"#';
$rxReplace = '<$1$2$3="$4/wysiwyg-editor/ckeditor/plugins/smiley/images/$5"';
Expand Down

0 comments on commit 4aed5ab

Please sign in to comment.