Skip to content

Commit

Permalink
Merge pull request #988 from sjinks/issue-987
Browse files Browse the repository at this point in the history
Fix links in Phalcon\Debug
  • Loading branch information
Phalcon committed Aug 3, 2013
2 parents 1be6ab9 + 7f591a2 commit 1393ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ PHALCON_INIT_CLASS(Phalcon_Debug){

PHALCON_REGISTER_CLASS(Phalcon, Debug, debug, phalcon_debug_method_entry, 0);

zend_declare_property_string(phalcon_debug_ce, SL("_uri"), "http://static.phalconphp.com/debug/1.2.0/", ZEND_ACC_PUBLIC TSRMLS_CC);
zend_declare_property_string(phalcon_debug_ce, SL("_uri"), "//static.phalconphp.com/debug/1.2.0/", ZEND_ACC_PUBLIC TSRMLS_CC);
zend_declare_property_string(phalcon_debug_ce, SL("_theme"), "default", ZEND_ACC_PUBLIC TSRMLS_CC);
zend_declare_property_bool(phalcon_debug_ce, SL("_hideDocumentRoot"), 0, ZEND_ACC_PROTECTED TSRMLS_CC);
zend_declare_property_bool(phalcon_debug_ce, SL("_showBackTrace"), 1, ZEND_ACC_PROTECTED TSRMLS_CC);
Expand Down

0 comments on commit 1393ecf

Please sign in to comment.