There is a mistake in your glob pattern (in the if). You are missing a *:
glob($directory . '*.jpg')
should work