| @@ -80,9 +80,9 @@ | ||
| 80 | 80 | if ( preg_match( '~^lp_abstract_shortcode(.*)$~', $class, $m ) ) { |
| 81 | 81 | $file = 'abstract-shortcode' . str_replace( '_', '-', $m[1] ) . '.php'; |
| 82 | 82 | $path = $this->include_path . 'abstracts/'; |
| 83 | 83 | } elseif ( preg_match( '~^lp_shortcode_(.*)$~', $class, $m ) ) { |
| 84 | - $path = $this->include_path . 'shortcodes/'; | |
| 84 | + $path = $this->include_path . 'Shortcodes/'; | |
| 85 | 85 | } else { |
| 86 | 86 | |
| 87 | 87 | // payment gateways |
| 88 | 88 | if ( strpos( $class, 'lp_gateway_' ) === 0 ) { |